com.supermap.onlineservices.utils
Interface GroupDeleteListener
-
public interface GroupDeleteListener
Group deletion callback Note: all interfaces of network callback are in the sub threads. If you want to update UI, please update in the main thread
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onComplete(java.lang.String responseBody)
Successful responsesvoid
onError(java.lang.String errorInfo)
Failed request
-